From 71b60ebdc68c37bf6f598fdfb39cfcab1e5b48b6 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Fri, 30 Aug 2002 15:21:22 +0000 Subject: [PATCH] (menu-bar-read-mail): Doc fix. --- lisp/menu-bar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 662a3d5763e..14794651fdb 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1030,7 +1030,7 @@ paste (in addition to the normal Emacs bindings)." :help "Read your mail and reply to it")) (defun menu-bar-read-mail () - "Read manu using `read-mail-command'." + "Read mail using `read-mail-command'." (interactive) (call-interactively read-mail-command)) -- 2.30.2